MindFusion.Charting for JavaScript Programmer's Guide
LayoutBuilder.createPlotAndAxes Method
See Also
 






Creates a GridPanel containing the specified plot and axis renderers.

Namespace: MindFusion.Charting.Controls
File: LayoutBuilder.js

 Syntax

JavaScript  Copy Code

function createPlotAndAxes (plot, top, left, bottom, right)

 Parameters

plot

Type: Plot2D
A Plot2D instance.

top
left
bottom
right

 Return Value

Type: GridPanel
A GridPanel instance.

 See Also

LayoutBuilder Members
LayoutBuilder Class
MindFusion.Charting.Controls Namespace